home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / wch100i.zip / WCH.TXT < prev   
Text File  |  1994-10-29  |  852b  |  40 lines

  1. WCH Ver 1.0  Andrew Bradnan (c) 1994
  2.  
  3. Waits for a file attribute to change.
  4.  
  5. usage: wch dirname [-afdtswc]
  6.     dirname = name of the directory
  7.     -a      = wait for all changes
  8.     -f      = file name change, includes creation, renames, and deletes
  9.     -d      = directory name changes
  10.     -t      = attributes changed
  11.     -s      = size changed
  12.     -w      = time of last write changed
  13.     -c      = security changed
  14.  
  15.     -r      = recursive, watch sub trees
  16.     -q      = quiet, no banner
  17.     -n      = no beep
  18.  
  19. FREEWARE
  20.  
  21. This works under Microsoft NT 3.1 (and greater).
  22.  
  23. I needed this for a simple batch file and thought someone else might find it 
  24. usefull.  I'll try and keep an updated copy on CICA.
  25.  
  26. Suggestions, comments, bugs... send to:
  27.  
  28. andrew@lysis.com
  29.  
  30. Snail Mail
  31. Andrew Bradnan
  32. 943 Brookdale Place
  33. Dec, GA 30033
  34.  
  35. Enjoy!
  36. 10.29.94
  37.  
  38.  
  39.  
  40.